Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 219 Bytes

3.3.4 - Coroutine/Client->close.md

File metadata and controls

10 lines (7 loc) · 219 Bytes

Coroutine\Client->close

关闭连接。close不存在阻塞,会立即返回。

function Coroutine\Client->close() : bool;
  • 执行成功返回true,失败返回false
  • 关闭操作没有协程切换